func reflect.needKeyUpdate

4 uses

	reflect (current package)
		map_swiss.go#L80: 	if needKeyUpdate(ktyp) {
		type.go#L1995: func needKeyUpdate(t *abi.Type) bool {
		type.go#L2006: 		return needKeyUpdate(tt.Elem)
		type.go#L2010: 			if needKeyUpdate(f.Typ) {